order of evaluation meaning in English
评价等级, 评价名次
Examples
- At the end because of the order of evaluation
,是因为计算的顺序。 - If the operators all have the same precedence , then the order of evaluation depends on their
如果所有操作符优先级一样,那么求值顺序就取决于它们的 - Or operator strength determines order of evaluation ; an operator with higher precedence is evaluated before one of lower precedence
或者说操作符的强度决定求值顺序;优先级高的操作符比优先级低的操作符先求值。 - Certain other aspects and operations of the abstract machine are described in this international standard as unspecified ( for example , order of evaluation of arguments to a function )
本标准将虚拟机器的其他一些方面和操作描述为未指明的(如函数参数的求值顺序) 。 - This allows you to formally reason about program behavior , because the meaning of an expression depends only on the meaning of its subexpressions and not on the order of evaluation or side - effects of other expressions
这使您可以从形式上推断程序行为,因为表达式的意义只取决于其子表达式而不是计算顺序或者其他表达式的副作用。